|
@@ -668,7 +668,7 @@
|
|
|
detail,
|
|
detail,
|
|
|
formDetail
|
|
formDetail
|
|
|
},
|
|
},
|
|
|
- mixins: [dictMixins,tabMixins],
|
|
|
|
|
|
|
+ mixins: [dictMixins, tabMixins],
|
|
|
data() {
|
|
data() {
|
|
|
return {
|
|
return {
|
|
|
cacheKeyUrl: 'wt-eaf1548b-collaborative',
|
|
cacheKeyUrl: 'wt-eaf1548b-collaborative',
|
|
@@ -1009,8 +1009,9 @@
|
|
|
reset() {
|
|
reset() {
|
|
|
this.params = { ...defaultParams };
|
|
this.params = { ...defaultParams };
|
|
|
this.createTime1 = [];
|
|
this.createTime1 = [];
|
|
|
- this.params.formId = this.defaultTemplateList[0]?.id;
|
|
|
|
|
this.params.dictType = this.dictList['collaborative_type'][0].value;
|
|
this.params.dictType = this.dictList['collaborative_type'][0].value;
|
|
|
|
|
+ this.params.formId = this.templateList[this.params.dictType][0]?.id;
|
|
|
|
|
+
|
|
|
this.reload();
|
|
this.reload();
|
|
|
},
|
|
},
|
|
|
/* 表格数据源 */
|
|
/* 表格数据源 */
|