Commit b6eadcd3 by dong

fix20221202

parent 6f709d0c
...@@ -600,7 +600,7 @@ def project_edit(): ...@@ -600,7 +600,7 @@ def project_edit():
return jsonify(code=RET.SESSIONERR, msg="进行编辑项目信息操作时用户信息校验失败,请重新登陆后尝试!") return jsonify(code=RET.SESSIONERR, msg="进行编辑项目信息操作时用户信息校验失败,请重新登陆后尝试!")
if '-' in industry: if '-' in industry:
industry = industry.spilt('-') industry = industry.split('-')
industry1 = industry[0] industry1 = industry[0]
industry2 = industry[1] industry2 = industry[1]
else: else:
......
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