Commit 4c090ec4 authored by 刘殿昕's avatar 刘殿昕

fix产品注册

parent a5651147
...@@ -1689,7 +1689,7 @@ export default { ...@@ -1689,7 +1689,7 @@ export default {
data_service_type2: 0, data_service_type2: 0,
portal_id: "", portal_id: "",
encode_method: "自动生成", encode_method: "自动生成",
doc_file: this.wd_cp[0].url, doc_file: this.wd_cp.length != 0 ? this.wd_cp[0].url : "",
version: this.form_cp.bb, version: this.form_cp.bb,
tags: this.form_cp.bq, tags: this.form_cp.bq,
urls: [], urls: [],
...@@ -2325,7 +2325,7 @@ export default { ...@@ -2325,7 +2325,7 @@ export default {
if (type == "white") { if (type == "white") {
this.whiteAddShow this.whiteAddShow
? this.$message({ ? this.$message({
message: "请按回车完善本次ip填写", message: "请按回车完善本次标签填写",
type: "error", type: "error",
}) })
: (this.whiteAddShow = true); : (this.whiteAddShow = true);
......
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