| src/manifest.json | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
| src/pages/production/twist/receive/plate/form.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/manifest.json
@@ -2,7 +2,7 @@ "name" : "线缆上报", "appid" : "__UNI__F64E0A4", "description" : "", "versionName" : "1.0.24", "versionName" : "1.0.25", "versionCode" : "100", "transformPx" : false, /* 5+App特有相关 */ src/pages/production/twist/receive/plate/form.vue
@@ -136,7 +136,7 @@ // 加载厂家字典数据 const loadSupplierDict = async () => { try { const res = await ManageApi.dictAPI("factory"); const res = await ManageApi.dictAPI("reel_factory"); if (res.data && Array.isArray(res.data)) { supplierOptions.value = res.data.map((item: any) => ({ label: item.dictLabel || "",