提交
This commit is contained in:
@@ -27,13 +27,13 @@ export default {
|
||||
methods: {
|
||||
async init(info) {
|
||||
this.title = info.schoolName + '-' + info.name + '-班型报价';
|
||||
const resp = await getClassTypeTableList({
|
||||
const resp = await getAllList({
|
||||
schoolId: info.schoolId,
|
||||
placeId: info.placeId,
|
||||
status: '0'
|
||||
});
|
||||
if (resp.code == 200) {
|
||||
this.getAllList = resp.data
|
||||
this.classTypeList = resp.data
|
||||
}
|
||||
this.visible = true
|
||||
},
|
||||
|
||||
@@ -165,7 +165,7 @@ export default {
|
||||
},
|
||||
// 释放线索操作
|
||||
handleDiscard(item) {
|
||||
his.$confirm('是否确认释放该条线索(“' + item.name + '/' + item.phone + '”)到公海?', '警告', {
|
||||
this.$confirm('是否确认释放该条线索(“' + item.name + '/' + item.phone + '”)到公海?', '警告', {
|
||||
confirmButtonText: '确定',
|
||||
cancelButtonText: '取消',
|
||||
type: 'warning'
|
||||
|
||||
@@ -10,8 +10,8 @@
|
||||
</el-tab-pane>
|
||||
</el-tabs>
|
||||
<span slot="footer">
|
||||
<el-button type="primary" v-if="modalForm.state == 1 && checkTab == 'two'" :disabled="!canSubmit" :loading="loading" @click="handleCheck(2)">通过</el-button>
|
||||
<el-button type="primary" v-if="modalForm.state == 1 && checkTab == 'two'" :disabled="!canSubmit" :loading="loading" @click="handleCheck(3)">驳回</el-button>
|
||||
<el-button type="primary" v-if="modalForm.checkState == 1 && checkTab == 'two'" :disabled="!canSubmit" :loading="loading" @click="handleCheck(2)">通过</el-button>
|
||||
<el-button type="primary" v-if="modalForm.checkState == 1 && checkTab == 'two'" :disabled="!canSubmit" :loading="loading" @click="handleCheck(3)">驳回</el-button>
|
||||
<el-button @click="visible = false">取 消</el-button>
|
||||
</span>
|
||||
</el-dialog>
|
||||
|
||||
Reference in New Issue
Block a user