模板复制的问题
This commit is contained in:
@@ -174,7 +174,7 @@ export default {
|
|||||||
methods: {
|
methods: {
|
||||||
// 清单列表传出数据
|
// 清单列表传出数据
|
||||||
listVisibleRow(val) {
|
listVisibleRow(val) {
|
||||||
this.selectedRowKeys = []
|
// this.selectedRowKeys = []
|
||||||
let newAreaTable=JSON.parse(JSON.stringify(this.areaTable))
|
let newAreaTable=JSON.parse(JSON.stringify(this.areaTable))
|
||||||
newAreaTable.forEach((item, index) => {
|
newAreaTable.forEach((item, index) => {
|
||||||
if( item.id == this.listVisibleRowDate.id ) {
|
if( item.id == this.listVisibleRowDate.id ) {
|
||||||
|
|||||||
Reference in New Issue
Block a user