|
@@ -859,7 +859,7 @@ function confirmUpdate(selector,engineerID) {
|
|
|
let oldValue = inputDiv.prev("div").find("span").text();
|
|
let oldValue = inputDiv.prev("div").find("span").text();
|
|
|
let newValue = input.val();
|
|
let newValue = input.val();
|
|
|
let key = input.attr("name");
|
|
let key = input.attr("name");
|
|
|
- if(newValue == "" || newValue==oldValue || !engineerID){
|
|
|
|
|
|
|
+ if(newValue==oldValue || !engineerID){//不做非空判断
|
|
|
inputDiv.prev("div").show();
|
|
inputDiv.prev("div").show();
|
|
|
inputDiv.hide();
|
|
inputDiv.hide();
|
|
|
return;
|
|
return;
|