|
@@ -267,6 +267,7 @@ export default {
|
|
if (Res) {
|
|
if (Res) {
|
|
// 返回有备注
|
|
// 返回有备注
|
|
this.remarksText = Res
|
|
this.remarksText = Res
|
|
|
|
+
|
|
let defaultCom = ''
|
|
let defaultCom = ''
|
|
if (this.planNum && this.typeNum) {
|
|
if (this.planNum && this.typeNum) {
|
|
defaultCom = `${Res}<ol style="padding-left: 1.5em;"><li>${this.text1}</li><li>${this.text2}</li></ol>`
|
|
defaultCom = `${Res}<ol style="padding-left: 1.5em;"><li>${this.text1}</li><li>${this.text2}</li></ol>`
|
|
@@ -512,6 +513,7 @@ export default {
|
|
if (res) {
|
|
if (res) {
|
|
// 返回有备注
|
|
// 返回有备注
|
|
this.remarksText = res
|
|
this.remarksText = res
|
|
|
|
+
|
|
let defaultCom = ''
|
|
let defaultCom = ''
|
|
if (this.planNum && this.typeNum) {
|
|
if (this.planNum && this.typeNum) {
|
|
defaultCom = `${res}<ol style="padding-left: 1.5em;"><li>${this.text1}</li><li>${this.text2}</li></ol>`
|
|
defaultCom = `${res}<ol style="padding-left: 1.5em;"><li>${this.text1}</li><li>${this.text2}</li></ol>`
|