This commit is contained in:
parent
4e52cb64bb
commit
07c6250acd
|
@ -260,7 +260,7 @@ watch(
|
|||
(newVal, oldVal) => {
|
||||
dialogShow.value = newVal;
|
||||
if (props.dialogShow == true) {
|
||||
console.log(props.tableData);
|
||||
// console.log(props.tableData);
|
||||
data.xq = props.tableData.data.xq;
|
||||
data.typeId = props.tableData.typeId;
|
||||
data.sfzhm = props.tableData.data.xq.sfzhm;
|
||||
|
@ -280,7 +280,7 @@ watch(
|
|||
}
|
||||
data.tableData.length = [];
|
||||
if (props.tableData.data.ysx.length > 0) {
|
||||
console.log(444);
|
||||
// console.log(444);
|
||||
|
||||
props.tableData.data.ysx.forEach((item, index) => {
|
||||
let obj = {
|
||||
|
@ -296,7 +296,7 @@ watch(
|
|||
index: index1 + 1,
|
||||
};
|
||||
});
|
||||
console.log(data.tableData, 56565);
|
||||
// console.log(data.tableData, 56565);
|
||||
}
|
||||
|
||||
// data.tableData = props.tableData;
|
||||
|
|
Loading…
Reference in New Issue