|
@@ -33,14 +33,13 @@
|
|
|
width="950px"
|
|
|
@close="dialog1.visible = false"
|
|
|
>
|
|
|
- <choice-item-page @materialInfo="materialInfo"/>
|
|
|
+ <choice-item-page enabled="" @materialInfo="materialInfo"/>
|
|
|
</el-dialog>
|
|
|
</div>
|
|
|
</template>
|
|
|
<script setup>
|
|
|
import { ref, getCurrentInstance } from "vue";
|
|
|
import { useCrud } from "@/hooks/userCrud";
|
|
|
-import ButtonPermKeys from "@/common/configs/buttonPermission";
|
|
|
|
|
|
import { useCommonStoreHook } from "@/store";
|
|
|
import dictDataUtil from "@/common/configs/dictDataUtil";
|