|
@@ -155,7 +155,7 @@
|
|
|
|
|
|
<script>
|
|
|
import { mapGetters } from 'vuex'
|
|
|
-import { getStoreType, getStore, insert_appStoreSave,select_appStoreSave,delete_appStoreSave,select_appStorJuri } from '@/api/appStore'
|
|
|
+import { getStoreType, getStoreCopy, insert_appStoreSave,select_appStoreSave,delete_appStoreSave,select_appStorJuri } from '@/api/appStore'
|
|
|
import appStorePopup from './components/appStorePopup.vue'
|
|
|
import { Dialog, Toast } from 'vant'
|
|
|
const clickOutside = {
|
|
@@ -314,13 +314,13 @@ export default {
|
|
|
label: '',
|
|
|
type: val,
|
|
|
juri: this.selectJuri,
|
|
|
- stand: this.userinfo.orgArea ? this.userinfo.orgArea : this.userinfo.schoolArea,
|
|
|
+ stand: this.userinfo.schoolArea,
|
|
|
status:'',
|
|
|
model:'',
|
|
|
exportType:''
|
|
|
}
|
|
|
|
|
|
- getStore(params)
|
|
|
+ getStoreCopy(params)
|
|
|
.then(res => {
|
|
|
let _data = res[0]
|
|
|
if (_data.length > 0) {
|
|
@@ -420,7 +420,7 @@ export default {
|
|
|
suserid: this.userinfo.userid,
|
|
|
sorg: this.userinfo.org,
|
|
|
soid: this.userinfo.organizeid,
|
|
|
- sstand: this.userinfo.orgArea ? this.userinfo.orgArea : this.userinfo.schoolArea,
|
|
|
+ sstand: this.userinfo.schoolArea,
|
|
|
exportType:''
|
|
|
}
|
|
|
|