This commit is contained in:
parent
299cee4a22
commit
ab94c44b4f
|
@ -268,7 +268,7 @@ watch(
|
|||
// data.tableData=props.tableData.data;
|
||||
data.title = props.tableData.title;
|
||||
data.columns = props.tableData.columns;
|
||||
data.tableData.length = [];
|
||||
data.tableData.length = 0;
|
||||
if (props.tableData.data.wxs.length > 0) {
|
||||
props.tableData.data.wxs.forEach((item, index) => {
|
||||
let obj = {
|
||||
|
|
Loading…
Reference in New Issue