|
@@ -149,9 +149,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- <el-form-item label="站点标识:" :label-width="formLabelWidth" prop="websiteTag_arr_id" class="custom-align-right">
|
|
|
|
|
|
+ <el-form-item label="站点标识:" :label-width="formLabelWidth" prop="sszq" class="custom-align-right">
|
|
|
|
|
|
- <el-cascader v-model="form.websiteTag_arr_id" :options="options_arr" filterable clearable></el-cascader>
|
|
|
|
|
|
+ <el-cascader v-model="form.sszq" :options="options_arr" filterable clearable></el-cascader>
|
|
|
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
|
|
|
@@ -342,7 +342,7 @@ export default {
|
|
other:[],//相关资料
|
|
other:[],//相关资料
|
|
remark:"",//提示词
|
|
remark:"",//提示词
|
|
zip_code:"",//邮编
|
|
zip_code:"",//邮编
|
|
- sszq:[]//网站选择
|
|
|
|
|
|
+ // sszq:[]//网站选择
|
|
},
|
|
},
|
|
timeList:[],//时间段
|
|
timeList:[],//时间段
|
|
otherList:[],//相关资料列表
|
|
otherList:[],//相关资料列表
|
|
@@ -526,6 +526,9 @@ export default {
|
|
},
|
|
},
|
|
//提交表单
|
|
//提交表单
|
|
addData(){
|
|
addData(){
|
|
|
|
+
|
|
|
|
+ this.form.sszq=this.form.sszq[0]
|
|
|
|
+
|
|
//1.格式化时间戳
|
|
//1.格式化时间戳
|
|
this.form.birthday = formatLocalDate(this.form.birthday);
|
|
this.form.birthday = formatLocalDate(this.form.birthday);
|
|
if(this.form.long_time==0){
|
|
if(this.form.long_time==0){
|