jufubao-admin-library 1.1.52 → 1.1.53
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1175,6 +1175,9 @@ export default {
|
|
|
1175
1175
|
}
|
|
1176
1176
|
});
|
|
1177
1177
|
this.listForm = listForm;
|
|
1178
|
+
this.formKey = Date.now();
|
|
1179
|
+
this.status = true;
|
|
1180
|
+
this.dialogShow = true;
|
|
1178
1181
|
console.log(this.listForm, "llll");
|
|
1179
1182
|
});
|
|
1180
1183
|
} else {
|
|
@@ -1268,11 +1271,11 @@ export default {
|
|
|
1268
1271
|
}
|
|
1269
1272
|
});
|
|
1270
1273
|
this.listForm = listForm;
|
|
1274
|
+
this.formKey = Date.now();
|
|
1275
|
+
this.status = true;
|
|
1276
|
+
this.dialogShow = true;
|
|
1271
1277
|
console.log(this.listForm, "llll");
|
|
1272
1278
|
}
|
|
1273
|
-
this.dialogShow = true;
|
|
1274
|
-
this.formKey = Date.now();
|
|
1275
|
-
this.status = true;
|
|
1276
1279
|
},
|
|
1277
1280
|
funOpenAppEdit() {
|
|
1278
1281
|
let params = {
|