Commit d4c68633 authored by zhengke's avatar zhengke

1

parent 4b739bf8
......@@ -220,7 +220,7 @@
<span class="student_require">*</span>关联同行
</div>
<div class="stage_value">
<q-select filled v-model="customObj.CustomerId" style="width:185px" dense :options="customList" use-input
<q-select filled v-model="customObj.StuSourceId" style="width:185px" dense :options="customList" use-input
:disable="noEdit || isHaveOrder" @filter="filterFn" option-label="CustomerName"
option-value="CustomerId" emit-value map-options>
<template v-slot:no-option>
......@@ -530,7 +530,7 @@
});
return;
}
if (this.customObj.CreateType == 2 && !this.customObj.CustomerId) {
if (this.customObj.CreateType == 2 && !this.customObj.StuSourceId) {
this.$q.notify({
type: "negative",
position: "top",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment