docs:文件注释的增加
Showing
16 changed files
with
101 additions
and
111 deletions
-
Please register or sign in to post a comment
... | ... | @@ -117,9 +117,9 @@ |
.catch(() => { | ||
this.$message({ | ||
type: "info", | ||
message: "已取消删除", | ||
}); | ||
}); | ||
message: "已取消删除" | ||
}) | ||
}) | ||
} | ||
} | ||
} | ||
... | ... |
... | ... | @@ -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; | ||
} | ||
... | ... |