845dfcf1 by renchao@pashanhoo.com

style:权利人信息

1 parent 3de649b8
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-08-16 16:44:04
* @LastEditTime: 2023-08-17 14:30:26
-->
<template>
<div>
......@@ -124,12 +124,12 @@
let that = this
this.$nextTick(() => {
if (val.length == 0 || !val) {
that.tableDataList = _.cloneDeep([{
sqrmc: '',
dlrzjlx: '',
dlrzjh: '',
fr: ''
}])
// that.tableDataList = _.cloneDeep([{
// sqrmc: '',
// dlrzjlx: '',
// dlrzjh: '',
// fr: ''
// }])
} else {
that.tableDataList = _.cloneDeep(val)
}
......@@ -193,7 +193,6 @@
}
},
// 删除
/**
* @description: 删除
* @param {*} index
......