64ce8ccc by renchao@pashanhoo.com

style:权利人义务人

1 parent 95ac2b91
1 <!-- 1 <!--
2 * @Description: 2 * @Description:
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2024-01-18 14:22:06 4 * @LastEditTime: 2024-01-18 15:03:56
5 --> 5 -->
6 <template> 6 <template>
7 <div> 7 <div>
...@@ -181,6 +181,7 @@ ...@@ -181,6 +181,7 @@
181 that.tableDataList = _.cloneDeep([]) 181 that.tableDataList = _.cloneDeep([])
182 } else { 182 } else {
183 that.tableDataList = _.cloneDeep(val) 183 that.tableDataList = _.cloneDeep(val)
184 that.key++
184 } 185 }
185 }) 186 })
186 }, 187 },
...@@ -193,6 +194,7 @@ ...@@ -193,6 +194,7 @@
193 if (newVal == 0) { 194 if (newVal == 0) {
194 this.column = _.cloneDeep(dataList); 195 this.column = _.cloneDeep(dataList);
195 this.tableDataList = _.cloneDeep(this.tableData); 196 this.tableDataList = _.cloneDeep(this.tableData);
197 this.key++
196 } else if (newVal == "1" || newVal == "3") { 198 } else if (newVal == "1" || newVal == "3") {
197 this.column = dataList; 199 this.column = dataList;
198 } else { 200 } else {
......
...@@ -181,6 +181,7 @@ ...@@ -181,6 +181,7 @@
181 that.tableDataList = _.cloneDeep([]) 181 that.tableDataList = _.cloneDeep([])
182 } else { 182 } else {
183 that.tableDataList = _.cloneDeep(val) 183 that.tableDataList = _.cloneDeep(val)
184 that.key++
184 } 185 }
185 }) 186 })
186 }, 187 },
......