|
@@ -273,14 +273,14 @@
|
|
|
// },
|
|
|
},
|
|
|
methods: {
|
|
|
- loadData() {
|
|
|
- this.loading = true;
|
|
|
- getAction(this.url.list, {taskno: this.taskno}).then((res) => {
|
|
|
- this.dataSource = res
|
|
|
- }).finally(() => {
|
|
|
- this.loading = false
|
|
|
- })
|
|
|
- },
|
|
|
+ // loadData() {
|
|
|
+ // this.loading = true;
|
|
|
+ // getAction(this.url.list, {taskno: this.taskno}).then((res) => {
|
|
|
+ // this.dataSource = res
|
|
|
+ // }).finally(() => {
|
|
|
+ // this.loading = false
|
|
|
+ // })
|
|
|
+ // },
|
|
|
initDictConfig(){
|
|
|
},
|
|
|
getSuperFieldList(){
|