|
@@ -14,7 +14,7 @@ import approval from '@/views/ctyc/info/approval';
|
|
import approved from '@/views/ctyc/info/approved';
|
|
import approved from '@/views/ctyc/info/approved';
|
|
export default {
|
|
export default {
|
|
mounted() {
|
|
mounted() {
|
|
- let code = this.$route.query.code; // 物料ID
|
|
|
|
|
|
+ let code = this.$route.query.mid; // 物料ID
|
|
if(code!= undefined){
|
|
if(code!= undefined){
|
|
this.ocode = code;
|
|
this.ocode = code;
|
|
this.activeName = 'approved';
|
|
this.activeName = 'approved';
|