95ac2b91 by renchao@pashanhoo.com

style:义务人

1 parent 8455bbad
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2024-01-18 14:51:42
* @LastEditTime: 2024-01-18 15:03:10
-->
<template>
<div>
......@@ -126,6 +126,7 @@
if (val.length == 0 || !val) {
} else {
that.tableDataList = _.cloneDeep(val)
this.key++
}
})
},
......@@ -138,6 +139,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 {
......