Merge branch 'dev'
Showing
19 changed files
with
57 additions
and
48 deletions
This diff is collapsed.
Click to expand it.
-
Please register or sign in to post a comment
... | ... | @@ -117,9 +117,9 @@ |
.catch(() => { | ||
this.$message({ | ||
type: "info", | ||
message: "已取消删除", | ||
}); | ||
}); | ||
message: "已取消删除" | ||
}) | ||
}) | ||
} | ||
} | ||
} | ||
... | ... |
... | ... | @@ -76,7 +76,6 @@ |
* @author: renchao | ||
*/ | ||
handleSubmit () { | ||
debugger | ||
this.$refs['ruleForm'].validate((valid) => { | ||
if (valid) { | ||
this.$parent.addSave(this.ruleForm); | ||
... | ... |
... | ... | @@ -352,8 +352,8 @@ |
}) | ||
this.ruleForm.nydsyq.ydyhflmc = itemLx.dname; | ||
} | ||
}, | ||
}; | ||
} | ||
} | ||
</script> | ||
<style scoped lang='scss'> | ||
@import "~@/styles/public.scss"; | ||
... | ... |
... | ... | @@ -244,9 +244,9 @@ |
}); | ||
} | ||
}); | ||
}, | ||
}, | ||
}; | ||
} | ||
} | ||
} | ||
</script> | ||
<style scoped lang='scss'> | ||
@import "~@/styles/public.scss"; | ||
... | ... |
... | ... | @@ -391,7 +391,6 @@ |
<style scoped lang='scss'> | ||
@import "~@/styles/mixin.scss"; | ||
@import "./ywsq.scss"; | ||
/deep/.el-collapse-item__content { | ||
padding-bottom: 0; | ||
} | ||
... | ... |