|
@@ -13,7 +13,7 @@ export default {
|
|
name: "EditPurchaseContractDrawer",
|
|
name: "EditPurchaseContractDrawer",
|
|
dicts: initDicts(NewColumns),
|
|
dicts: initDicts(NewColumns),
|
|
components: {
|
|
components: {
|
|
- DrInputDialog: () => import("@/views/input-dialog/index.vue"),
|
|
|
|
|
|
+ DrInputDialog: () => import("@/components/input-dialog/index.vue"),
|
|
},
|
|
},
|
|
data() {
|
|
data() {
|
|
return {
|
|
return {
|