清空BUG修改
This commit is contained in:
parent
2eca6ab758
commit
b37b3cafb9
|
@ -385,8 +385,11 @@ export default {
|
||||||
},
|
},
|
||||||
// 新上架
|
// 新上架
|
||||||
clear () {
|
clear () {
|
||||||
|
console.log('清空----------------------------------------')
|
||||||
this.showPutOnTheShelfFlag = false
|
this.showPutOnTheShelfFlag = false
|
||||||
this.showPutOnTheShelfFlag2 = false
|
this.showPutOnTheShelfFlag2 = false
|
||||||
|
this.insertList = []
|
||||||
|
this.putOnTheShelfList = []
|
||||||
this.radio = ''
|
this.radio = ''
|
||||||
this.submitFrom = {
|
this.submitFrom = {
|
||||||
type: '组件服务',
|
type: '组件服务',
|
||||||
|
|
Loading…
Reference in New Issue