feat(ProductionUnit): 添加 inheritAttrs 配置
This commit is contained in:
parent
fe91d1913d
commit
8f3e5738ad
@ -14,7 +14,8 @@ import UniDataSelect from "../../uni_modules/uni-data-select/components/uni-data
|
|||||||
import {listproductList} from "../../api/orderManager";
|
import {listproductList} from "../../api/orderManager";
|
||||||
|
|
||||||
defineOptions({
|
defineOptions({
|
||||||
name: "ProductionUnit"
|
name: "ProductionUnit",
|
||||||
|
inheritAttrs: false
|
||||||
})
|
})
|
||||||
|
|
||||||
const modelValue = defineModel()
|
const modelValue = defineModel()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user