diff --git a/hb_client/src/views/wpm/operationdo.vue b/hb_client/src/views/wpm/operationdo.vue
index fd974e0..30526a8 100644
--- a/hb_client/src/views/wpm/operationdo.vue
+++ b/hb_client/src/views/wpm/operationdo.vue
@@ -813,6 +813,7 @@ export default {
handlesubmit() {
submitOperation(this.id).then((res) => {
if (res.code >= 200) {
+ this.$router.push({name: "operation" })
this.$message.success("操作提交成功!");
}
});
diff --git a/hb_client/src/views/wpm/productjy.vue b/hb_client/src/views/wpm/productjy.vue
index 04d4e14..37fd54b 100644
--- a/hb_client/src/views/wpm/productjy.vue
+++ b/hb_client/src/views/wpm/productjy.vue
@@ -65,6 +65,10 @@
highlight-current-row
max-height="600"
>
+
+
{{ scope.row.material_.name }}