|
|
@@ -323,24 +323,24 @@ export default {
|
|
|
return;
|
|
|
}
|
|
|
|
|
|
- let tcmdParams = this.$refs.tcmd.getParams();
|
|
|
- if (tcmdParams.namemedicine == "") {
|
|
|
+ // let tcmdParams = this.$refs.tcmd.getParams();
|
|
|
+ /*if (tcmdParams.namemedicine == "") {
|
|
|
this.$message({
|
|
|
type: "error",
|
|
|
message: "请输入病名",
|
|
|
showClose: true
|
|
|
});
|
|
|
return;
|
|
|
- }
|
|
|
+ }*/
|
|
|
|
|
|
- if (tcmdParams.syndrometypes == "") {
|
|
|
+ /*if (tcmdParams.syndrometypes == "") {
|
|
|
this.$message({
|
|
|
type: "error",
|
|
|
message: "请输入证型",
|
|
|
showClose: true
|
|
|
});
|
|
|
return;
|
|
|
- }
|
|
|
+ }*/
|
|
|
|
|
|
/*if (tcmdParams.treatment == "") {
|
|
|
this.$message({
|