|
|
@@ -327,7 +327,7 @@
|
|
|
that.panel.regionidOptions = json.Rs;
|
|
|
that.dialog.regionidOptions = json.Rs;
|
|
|
that.panel.regionidOptions.unshift({Id: "", Name: "全部", DisplayName: "全部"});
|
|
|
- that.dialog.regionidOptions.shift();
|
|
|
+ // that.dialog.regionidOptions.shift();
|
|
|
} else {
|
|
|
that.$message.error(json.Memo + ',错误代码:' + json.Code);
|
|
|
}
|
|
|
@@ -350,7 +350,7 @@
|
|
|
that.panel.scanStrategyIdOptions = json.Rs;
|
|
|
that.dialog.scanStrategyIdOptions = json.Rs;
|
|
|
that.panel.scanStrategyIdOptions.unshift({Id: "", Name: "全部", DisplayName: "全部"});
|
|
|
- that.dialog.scanStrategyIdOptions.shift();
|
|
|
+ // that.dialog.scanStrategyIdOptions.shift();
|
|
|
} else {
|
|
|
that.$message.error(json.Memo + ',错误代码:' + json.Code);
|
|
|
}
|