|
@@ -198,12 +198,18 @@ export default {
|
|
|
this.flag = true;
|
|
|
this.tableType = "add";
|
|
|
this.tableTitle = "新增";
|
|
|
- this.tableForm = {};
|
|
|
- for (let k in this.defaultfilter) {
|
|
|
- if (k != 1) {
|
|
|
- this.tableForm[k] = this.defaultfilter[k]
|
|
|
- }
|
|
|
- }
|
|
|
+ this.tableForm = {
|
|
|
+ serviceid: '',
|
|
|
+ preconditions: '',
|
|
|
+ algorithmtype: '',
|
|
|
+ algorithmname: '',
|
|
|
+ executionorder: '',
|
|
|
+ targetsource: '',
|
|
|
+ datasourceid: '',
|
|
|
+ computingexpression: '',
|
|
|
+ algorithmdescription: ''
|
|
|
+ };
|
|
|
+
|
|
|
// this.formItem = tableColumnArrs.filter(item => item.isdisplay == 1)
|
|
|
},
|
|
|
//表格-编辑
|