修改
This commit is contained in:
parent
f1175397c0
commit
d75b9f017b
@ -501,9 +501,9 @@ export default {
|
|||||||
form: {},
|
form: {},
|
||||||
// 表单校验
|
// 表单校验
|
||||||
rules: {
|
rules: {
|
||||||
// serviceFrequencyType: [
|
serviceFrequencyType: [
|
||||||
// { required: true, message: "请选中服务频次", trigger: "blur" },
|
{ required: true, },
|
||||||
// ],
|
],
|
||||||
|
|
||||||
serviceWayId: [
|
serviceWayId: [
|
||||||
{ required: true, message: "请选中所属服务方式", trigger: "blur" },
|
{ required: true, message: "请选中所属服务方式", trigger: "blur" },
|
||||||
@ -719,6 +719,7 @@ export default {
|
|||||||
this.reset();
|
this.reset();
|
||||||
this.disableedit = false;
|
this.disableedit = false;
|
||||||
this.disabledcontent = false;
|
this.disabledcontent = false;
|
||||||
|
this.DIGIT=true
|
||||||
this.form.serviceFrequencyType = "DIGIT";
|
this.form.serviceFrequencyType = "DIGIT";
|
||||||
console.log(this.itemname, "itemname");
|
console.log(this.itemname, "itemname");
|
||||||
if (this.itemname) {
|
if (this.itemname) {
|
||||||
@ -774,6 +775,7 @@ export default {
|
|||||||
changeTEXT(item) {},
|
changeTEXT(item) {},
|
||||||
/** 提交按钮 */
|
/** 提交按钮 */
|
||||||
submitForm() {
|
submitForm() {
|
||||||
|
console.log(this.form)
|
||||||
this.$refs["form"].validate((valid) => {
|
this.$refs["form"].validate((valid) => {
|
||||||
if (valid) {
|
if (valid) {
|
||||||
if (
|
if (
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user