Commit 510874b9 authored by 黄奎's avatar 黄奎

校区修改

parent 628ed5a9
......@@ -40,12 +40,16 @@
<u-icon name="arrow" color="#9F9F9F" size="20"></u-icon>
</view>
</view>
<view class="box-bg" @click="community()">
<!-- <view class="box-bg" @click="community()">
<input maxlength="0" class="uni-input inputM" readonly="readonly"
style='margin-left: 10px;margin-top: 5px;' v-model="rules.School_Id" placeholder="报名校区" />
<view>
<u-icon name="arrow" color="#9F9F9F" size="20"></u-icon>
</view>
</view> -->
<view class="box-bg">
<input class="uni-input inputM" readonly="readonly"
style='margin-left: 10px;margin-top: 5px;' v-model="rules.School_Id" placeholder="报名校区" />
</view>
<view class="box-bg">
<input class="uni-input inputM" style='margin-left: 10px;margin-top: 5px;'
......@@ -186,7 +190,8 @@
BaseCondition: that.rules.BaseCondition, // 就读学校 是 [string] 查看
DemandPoint: that.rules.DemandPoint, // 班级 是 [string] 查看
ConsultingResults: that.rules.ConsultingResults, // 如何知道进阶思维 是 [string] 查看
School_Id: that.School_Id, // 校区 是 [string]
// School_Id: that.School_Id, // 校区 是 [string]
School_Id: that.rules.School_Id, // 校区 是 [string]
Group_Id: "100001"
};
that.requestJJSWAdmin(testCmd, postMsg,
......
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