|
@@ -119,6 +119,7 @@ const payBaseForm = {
|
|
giveCourseNum: null,
|
|
giveCourseNum: null,
|
|
giveMemberRankId: null,
|
|
giveMemberRankId: null,
|
|
giveMemberTime: null,
|
|
giveMemberTime: null,
|
|
|
|
+ giveAllowOnlineToOffline:null
|
|
};
|
|
};
|
|
const baseSalaryForm = {
|
|
const baseSalaryForm = {
|
|
vipOnlineSalarySettlement: {
|
|
vipOnlineSalarySettlement: {
|
|
@@ -269,6 +270,8 @@ export default {
|
|
this.$set(this.payForm, "giveMemberRankId", null);
|
|
this.$set(this.payForm, "giveMemberRankId", null);
|
|
this.$set(this.payForm, "givePeriod", null);
|
|
this.$set(this.payForm, "givePeriod", null);
|
|
this.$set(this.payForm, "giveTeachMode", "");
|
|
this.$set(this.payForm, "giveTeachMode", "");
|
|
|
|
+ this.$set(this.payForm, "giveAllowOnlineToOffline", "");
|
|
|
|
+
|
|
},
|
|
},
|
|
chageSalary() {
|
|
chageSalary() {
|
|
this.salaryForm = null;
|
|
this.salaryForm = null;
|