598678c8 by yzj

no message

1 parent 48ad5cda
......@@ -86,6 +86,7 @@
<el-select
v-model="showForm.form.packId"
placeholder="请选择是否打包"
closeabled
style="width: 180px;"
>
<el-option
......@@ -158,7 +159,7 @@ const { windowSize } = useTableHeight('max-height')
// 导入字典
const { proxy } = getCurrentInstance();
const { dimensional_type } = proxy.useDict("dimensional_type");
const { dimensional_type, ispack} = proxy.useDict("dimensional_type", "ispack");
const props = {
label: 'name',
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!