|
@@ -281,6 +281,11 @@ export default {
|
|
|
// 打开弹窗
|
|
|
this.dialogVisible = true;
|
|
|
if (this.$ifMenu("3", "")) {
|
|
|
+ this.selectSelectDataMap = {
|
|
|
+ projectType: [],
|
|
|
+ associatedItems: [],
|
|
|
+ associatedItemsOptions: []
|
|
|
+ };
|
|
|
// 首先获取数据字典中的下拉框数据
|
|
|
this.selectSelectData("0", "c_task_type", "projectType");
|
|
|
this.selectSelectData("0", "浦东新区行政区划", "associatedItems");
|