64ce8ccc by renchao@pashanhoo.com

style:权利人义务人

1 parent 95ac2b91
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2024-01-18 14:22:06
* @LastEditTime: 2024-01-18 15:03:56
-->
<template>
<div>
......@@ -181,6 +181,7 @@
that.tableDataList = _.cloneDeep([])
} else {
that.tableDataList = _.cloneDeep(val)
that.key++
}
})
},
......@@ -193,6 +194,7 @@
if (newVal == 0) {
this.column = _.cloneDeep(dataList);
this.tableDataList = _.cloneDeep(this.tableData);
this.key++
} else if (newVal == "1" || newVal == "3") {
this.column = dataList;
} else {
......
......@@ -181,6 +181,7 @@
that.tableDataList = _.cloneDeep([])
} else {
that.tableDataList = _.cloneDeep(val)
that.key++
}
})
},
......