Commit 83cad4c3 authored by renjintao's avatar renjintao

processcheck

parent 1997039e
......@@ -39,7 +39,7 @@ export default {
//this.uId = ""; //工艺规程文件id
ApiProcess.get({ id: this.id }).then(r => {
if (r.success && r.result) {
if (r.result.fileId != "") {
if (r.result.fileId&&r.result.fileId != "") {
this.uId = r.result.fileId;
} else {
this.uId = this.$u.guid();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment