|
@@ -617,26 +617,27 @@ export default {
|
|
}
|
|
}
|
|
});
|
|
});
|
|
} else {
|
|
} else {
|
|
- this.topFrom = {
|
|
|
|
- type: "", // 收费类型
|
|
|
|
- section: "", //所属分部
|
|
|
|
- school: "", // 合作单位
|
|
|
|
- teacher: "", // 乐团主管
|
|
|
|
- name: "", //乐团名称
|
|
|
|
- boss: "", // 运营主管
|
|
|
|
- time: "", // 报名截止时间
|
|
|
|
- startClass: [], // 招生年级起始
|
|
|
|
- paymentValid: [], // 缴费有效期时间起始
|
|
|
|
- address: "", // 教学地点
|
|
|
|
- salary: "", // 收费模式
|
|
|
|
- head: "",
|
|
|
|
- paymentPattern: "", // 缴费方式
|
|
|
|
- isClass: false, //是否为课堂课
|
|
|
|
- startTime: "",
|
|
|
|
- ownershipType: "OWN", // 合作机构类型
|
|
|
|
- feeType: null,
|
|
|
|
- };
|
|
|
|
- this.$refs["topinfo"].resetFields();
|
|
|
|
|
|
+ console.log(this.$store.getters.topinfo)
|
|
|
|
+ // this.topFrom = {
|
|
|
|
+ // type: "", // 收费类型
|
|
|
|
+ // section: "", //所属分部
|
|
|
|
+ // school: "", // 合作单位
|
|
|
|
+ // teacher: "", // 乐团主管
|
|
|
|
+ // name: "", //乐团名称
|
|
|
|
+ // boss: "", // 运营主管
|
|
|
|
+ // time: "", // 报名截止时间
|
|
|
|
+ // startClass: [], // 招生年级起始
|
|
|
|
+ // paymentValid: [], // 缴费有效期时间起始
|
|
|
|
+ // address: "", // 教学地点
|
|
|
|
+ // salary: "", // 收费模式
|
|
|
|
+ // head: "",
|
|
|
|
+ // paymentPattern: "", // 缴费方式
|
|
|
|
+ // isClass: false, //是否为课堂课
|
|
|
|
+ // startTime: "",
|
|
|
|
+ // ownershipType: "OWN", // 合作机构类型
|
|
|
|
+ // feeType: null,
|
|
|
|
+ // };
|
|
|
|
+ // this.$refs["topinfo"].resetFields();
|
|
}
|
|
}
|
|
// 1.获取各个选项卡的数据内容
|
|
// 1.获取各个选项卡的数据内容
|
|
// getSection({ 'delFlag': 0, 'rows': 1000 }).then(res => {
|
|
// getSection({ 'delFlag': 0, 'rows': 1000 }).then(res => {
|