Commit bb4b7361 authored by 徐来柯's avatar 徐来柯

update

parent b7aa4bcf
...@@ -272,7 +272,7 @@ export default { ...@@ -272,7 +272,7 @@ export default {
return new Promise((resolve, reject) => { return new Promise((resolve, reject) => {
this.$axios({ this.$axios({
method:"post", method:"post",
url:`/api/Product/Product_CheckBomAddOrDelete?argID=${data}`, url:`/api/Product/Product_CheckBomAddOrDelete?argID=${this.data.ID}`,
data:id data:id
}).then((res)=>{ }).then((res)=>{
if(res.data.code != 0){ if(res.data.code != 0){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment