|
@@ -59,7 +59,7 @@ import type { Ref } from 'vue';
|
|
|
import { ref, onMounted, getCurrentInstance, reactive } from 'vue';
|
|
|
import { ElMessage } from 'element-plus';
|
|
|
// 接口
|
|
|
-import { ShopStore } from '@/stores/shopSetting/buy';
|
|
|
+import { ShopStore } from '@/stores/setting/buy';
|
|
|
import { DictDataStore } from '@/stores/dict/dictData';
|
|
|
import { OfficeStore } from '@/stores/office/office';
|
|
|
import { UserStore } from '@/stores/users/user';
|
|
@@ -234,3 +234,4 @@ const searchOther = async () => {
|
|
|
}
|
|
|
}
|
|
|
</style>
|
|
|
+@/stores/shopsetting/buy@/stores/setting/buy
|