更新-仓库-工序
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
* @Author: gtz
|
||||
* @Date: 2022-03-03 09:16:10
|
||||
* @LastEditors: zwq
|
||||
* @LastEditTime: 2022-03-09 14:30:59
|
||||
* @LastEditTime: 2022-03-09 15:17:46
|
||||
* @Description: file content
|
||||
* @FilePath: \mt-ck-wms-ui\src\views\dashboard\index.vue
|
||||
-->
|
||||
@@ -355,11 +355,8 @@ export default {
|
||||
}
|
||||
}
|
||||
},
|
||||
setStorageList(id, type) {
|
||||
const obj = {
|
||||
id,
|
||||
type
|
||||
}
|
||||
setStorageList(id, dataForm) {
|
||||
const obj = Object.assign({ id }, dataForm)
|
||||
this.selectStorageList.push(obj)
|
||||
},
|
||||
handleChange(v) {
|
||||
|
||||
Reference in New Issue
Block a user