|
@@ -463,7 +463,7 @@ export default {
|
|
|
Object.assign(this.defaultValue, row);
|
|
|
this.jsonData = JSON.parse(data.dfVueTemplate);
|
|
|
this.open = true;
|
|
|
- this.title = "修改信息123";
|
|
|
+ this.title = "修改信息";
|
|
|
this.form.password = this.initPassword;
|
|
|
this.$nextTick(() => {
|
|
|
this.$refs.addFromRef.setData(row);
|
|
@@ -538,9 +538,7 @@ export default {
|
|
|
},
|
|
|
/** 导出按钮操作 */
|
|
|
handleExport() {
|
|
|
- console.log(this.tableList);
|
|
|
let primary = camelCase(this.templateInfo.template?.primaryKey);
|
|
|
- console.log(primary);
|
|
|
if (this.ids.length > 0) {
|
|
|
this.queryParams["execlMap"] = [];
|
|
|
this.ids.forEach((item) => {
|