dev:拆拼盘修改
This commit is contained in:
@@ -289,6 +289,7 @@ export default {
|
||||
this.tableData1 = []
|
||||
this.form.detail_count = this.form.tableData.length
|
||||
|
||||
this.form.tableData = []
|
||||
shutframe.getBcpIvtInfo({ 'material_id': row.material_id, 'stor_id': this.form.stor_id }).then(res => {
|
||||
this.tableData1 = res
|
||||
this.right_flag = false
|
||||
|
||||
@@ -18,8 +18,8 @@ export function del(ids) {
|
||||
|
||||
export function edit(data) {
|
||||
return request({
|
||||
url: 'api/shutframe',
|
||||
method: 'put',
|
||||
url: 'api/shutframe/update',
|
||||
method: 'post',
|
||||
data
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user