|
|
@@ -326,8 +326,6 @@ export default {
|
|
|
const token = uni.getStorageSync('token')
|
|
|
this.headers.token = token
|
|
|
},
|
|
|
- watch: {
|
|
|
- },
|
|
|
methods: {
|
|
|
showChangeOnStock(item){
|
|
|
let that = this
|
|
|
@@ -358,8 +356,8 @@ export default {
|
|
|
that.$util.confirmModal({content:'确认删除?'},() => {
|
|
|
delStatusUpdate({id:info.id,delStatus:1}).then(res=>{
|
|
|
if(res.code == 1){
|
|
|
+ that.getDetail()
|
|
|
that.$msg('删除成功')
|
|
|
- that.init()
|
|
|
}
|
|
|
})
|
|
|
})
|