|
|
|
|
@ -426,6 +426,7 @@ export default {
|
|
|
|
|
//TODO:业务特殊处理
|
|
|
|
|
if (/^\/manage/.test(this.$route.path)) {
|
|
|
|
|
this.form["zhuangtai"] = 0;
|
|
|
|
|
this.form["dianjiliang"] = 0;
|
|
|
|
|
}
|
|
|
|
|
if (this.tableName === "materials") {
|
|
|
|
|
this.form["leixing"] = Number(this.$route.meta.params.type);
|
|
|
|
|
|