|
@@ -1025,6 +1025,11 @@ export default {
|
|
|
musicGroupShow: null,
|
|
|
courseViewType: null,
|
|
|
replacementShow: null,
|
|
|
+ courseFeeShowOrganId:null,
|
|
|
+ educationShowOrganId:null,
|
|
|
+ memberFeeShowOrganId:null,
|
|
|
+ replacementShowOrganId:null,
|
|
|
+ studentShowOrganId:null
|
|
|
},
|
|
|
headers: {
|
|
|
Authorization: getToken(),
|
|
@@ -1241,9 +1246,9 @@ export default {
|
|
|
selectGoodsList: [],
|
|
|
};
|
|
|
},
|
|
|
- mounted() {
|
|
|
+async mounted() {
|
|
|
// 获取分部
|
|
|
- this.$store.dispatch("setBranchs");
|
|
|
+ await this.$store.dispatch("setBranchs");
|
|
|
this.init();
|
|
|
},
|
|
|
methods: {
|
|
@@ -1400,7 +1405,6 @@ export default {
|
|
|
this.addDisabled = false;
|
|
|
|
|
|
this.$nextTick((res) => {
|
|
|
- console.log(this.$refs["ruleForm"]);
|
|
|
if (this.$refs["ruleForm"]) {
|
|
|
this.$refs["ruleForm"].resetFields();
|
|
|
}
|