This commit is contained in:
parent
0d78d23088
commit
5072f2dae1
|
@ -217,7 +217,7 @@ const cancelUpdate = () => {
|
|||
const isDisabled = ref(true);
|
||||
|
||||
const activeStore = ref(0);
|
||||
const activeStoreList = ref(["基本信息", "用户资产"]);
|
||||
const activeStoreList = ref(["基本信息"]);
|
||||
|
||||
const isOut = ref(false); // 是否为出库状态
|
||||
const productList = ref([]); // 商品列表
|
||||
|
|
Loading…
Reference in New Issue