@@ -326,14 +326,12 @@ export default {
return
}
this.loading = true
- this.spinning = true
updateByCustomerService(record).then(res => {
if (res.status == 200) {
this.$message.success(res.message)
this.handleCancel()
this.loading = false
- this.spinning = false
})
},
// 删除产品