|
@@ -68,8 +68,8 @@
|
|
|
>
|
|
|
取消
|
|
|
</el-button>
|
|
|
- <el-button v-if="type == 1" size="mini" type="primary" @click="networkAudit">网点申诉</el-button>
|
|
|
- <el-button v-if="type == 2" size="mini" type="primary" @click="centralAudit">中心审核</el-button>
|
|
|
+ <el-button v-if="type == 1" size="mini" type="primary" @click="networkAudit">网点审批</el-button>
|
|
|
+ <el-button v-if="type == 2" size="mini" type="primary" @click="centralAudit">中心审批</el-button>
|
|
|
</div>
|
|
|
</div>
|
|
|
</template>
|
|
@@ -400,6 +400,7 @@ export default {
|
|
|
this.$refs.formRef1.validate((valid, invalidFields, errLabels) => {
|
|
|
if (valid) {
|
|
|
workerApplyWebsitAppeal({
|
|
|
+ ...this.formData,
|
|
|
...this.formData1
|
|
|
}).then(res => {
|
|
|
this.$message({
|
|
@@ -417,6 +418,7 @@ export default {
|
|
|
this.$refs.formRef2.validate((valid, invalidFields, errLabels) => {
|
|
|
if (valid) {
|
|
|
workerApplyAppeal({
|
|
|
+ ...this.formData,
|
|
|
...this.formData2
|
|
|
}).then(res => {
|
|
|
this.$message({
|