[fix]新增组织state选项添加其他

master
hellolujian 6 years ago
parent 6bd68974e0
commit ca9fa4b2dd

@ -8,7 +8,8 @@ define(['../app'], function (app) {
{"label": "SA", "value": "SA"},
{"label": "TAS", "value": "TAS"},
{"label": "VIC","value": "VIC"},
{"label": "WA", "value": "WA"}
{"label": "WA", "value": "WA"},
{"label": "其他(Others)", "value": "其他(Others)"}
];
app.factory('stateMap', function () {
return {

Loading…
Cancel
Save